projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c006623
)
(c-offsets-alist): Fix typo in docstring.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 29 Jan 2007 16:17:05 +0000
(16:17 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 29 Jan 2007 16:17:05 +0000
(16:17 +0000)
lisp/progmodes/cc-vars.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-vars.el
b/lisp/progmodes/cc-vars.el
index 3aac25b43edd176368c15ceca5780d96819dbdd2..cbf2b44de2397180956163888ffce0ca3df2a2d5 100644
(file)
--- a/
lisp/progmodes/cc-vars.el
+++ b/
lisp/progmodes/cc-vars.el
@@
-1168,7
+1168,7
@@
OFFSET can specify an offset in several different ways:
If OFFSET is a symbol with a value binding then that value, which
must be an integer, is used as relative offset.
- If OFFSET is a vector then it
'
s first element, which must be an
+ If OFFSET is a vector then its first element, which must be an
integer, is used as an absolute indentation column. This overrides
the previous base indentation and the relative offsets applied to
it, and it becomes the new base indentation.